home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-05-22 | 417 b | 21 lines | [TEXT/MPCC] |
- // MW Prefix file
-
-
- // Precompiled headers:
- #ifdef powerc
- #include <MacHeadersPPC>
- #else
- #include <MacHeaders68k>
- #endif
-
- // Definitions for the project
- #define DEBUG true
-
- // If you want to signal that you are using SIOUX, enable the following flag:
- #define USESIOUX false
-
- // If you want to restrict the framework to handle just one movie at a time, set this flag:
- // #define ONEMOVIELIMIT true
-
-
- #define __MWERKS__